

<!-- keep this comment -->

#navigation
{
	color: #ffffff;
}

#MenuPanel
{
	padding-top:8px;padding-left:0px;
	font-size:12px;
	width:150px;
}
#MenuPanel .MenuPanel_Parent
{
	color:#003466;
	font-weight:bold;
	padding-left:20px;
	padding-right:10px;
	height:17px;
	padding-top:2px;
	width:100%;
}
#MenuPanel .Top_MenuPanel_Parent {height:5px;width:100%;}
#MenuPanel .Bottom_MenuPanel_Parent {height:5px;width:100%;}
#MenuPanel .MenuPanel_Parent_Active
{
	color:#003466;
	font-weight:bold;
	padding-left:20px;
	padding-right:10px;
	background:url(css/MenuPanel_Partner_Active.jpg);
	height:17px;
	padding-top:2px;
	width:100%;
}
#MenuPanel .Top_MenuPanel_Parent_Active {height:5px;width:100%;background:url(css/Top_MenuPanel_Partner_Active.jpg);}
#MenuPanel .Bottom_MenuPanel_Parent_Active {height:5px;width:100%;background:url(css/Bottom_MenuPanel_Partner_Active.jpg);}
#MenuPanel .ChildMenu
{
	width:100%;
}
#MenuPanel .MenuPanel_Child { width:100%;color:#656565;height:19px;padding-left:20px;padding-top:3px; }
#MenuPanel .MenuPanel_Child a { color:#656565;text-decoration:none; }
#MenuPanel .MenuPanel_Child a:hover { color:#FC7116;text-decoration:none; }
#MenuPanel .MenuPanel_Child_Active{ width:100%;color:#FC7116;height:18px;padding-left:20px;font-weight:bold;padding-top:3px; }
#MenuPanel .MenuPanel_Child_Active a { color:#FC7116;text-decoration:none; }
